home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Demos / Bowers Development / AppMaker 2.1.sit / AppMaker 2.1 / Examples / PowerPlant / NeoAccess / CmdCodes.h / CmdCodes.h
Encoding:
C/C++ Source or Header  |  1996-10-27  |  252 b   |  12 lines  |  [TEXT/CWIE]

  1. /* CmdCodes.h -- command code declarations */
  2. /* Created 10/26/96 4:26 PM by AppMaker */
  3.  
  4. #pragma once
  5.  
  6. #include <PP_Types.h>
  7.  
  8. const CommandT    cmdAddReminder    = 'Addr';
  9. const CommandT    cmdEditReminder    = 'Edir';
  10. const CommandT    cmdDeleteReminder    = 'Delr';
  11.  
  12.